home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / cli / aman-1.lha / aman-1.15 / README < prev    next >
Text File  |  1995-10-04  |  1KB  |  28 lines

  1. Short: MrMan-like manual browser (needs FDB & MUI)
  2. Type: util/cli
  3. Uploader: tf@antares.ping.de (Tobias Ferber)
  4. Author: ferber@rpk.mach.uni-karlsruhe.de (Tobias Ferber)
  5. Distribution: GPL
  6.  
  7. New: AMan can now also be invoked from the Workbench!
  8.  
  9. AMan uses kMel's FindDB clone "FDB" to collect documentation files from a
  10. a given expression and lists the matches in a simple MUI window.  Depening
  11. on a configuration file ENV:AMan.config it will then spawn an external
  12. viewer to show the selected file.  A sample config file could look like
  13. this:
  14.  
  15. ; Template: PATTERN/A,COMMAND/A
  16.  
  17. "#?.(doc|txt|readme)"   "Most *"%s*""
  18. "#?.dvi"                "ShowDVI *"%s*""
  19. "#?.guide"              "Run <NIL: >NIL: AmigaGuide *"%s*""
  20. "#?"                    "Run <NIL: >NIL: MultiView *"%s*""
  21.  
  22. By default, AMan wants it's own FDB database "FindDB:aman.codes" however,
  23. it can read from any other database as well.
  24.  
  25. *****************************************************************************
  26. ** PLEASE REFER TO THE SUPPLIED AMAN.GUIDE FOR FURTHER INFORMATION!
  27. *****************************************************************************
  28.